type github.com/klauspost/compress/zstd.fseDecoder
16 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L62: return &fseDecoder{}
blockdec.go#L585: seq.fse = fseDecoderPool.Get().(*fseDecoder)
blockdec.go#L601: seq.fse = fseDecoderPool.Get().(*fseDecoder)
dict.go#L77: llDec: sequenceDec{fse: &fseDecoder{}},
dict.go#L78: ofDec: sequenceDec{fse: &fseDecoder{}},
dict.go#L79: mlDec: sequenceDec{fse: &fseDecoder{}},
dict.go#L101: readDec := func(i tableIndex, dec *fseDecoder) error {
fse_decoder.go#L34: type fseDecoder struct {
fse_decoder.go#L52: func (s *fseDecoder) readNCount(b *byteReader, maxSymbol uint16) error {
fse_decoder.go#L186: func (s *fseDecoder) mustReadFrom(r io.Reader) {
fse_decoder.go#L265: func (s *fseDecoder) setRLE(symbol decSymbol) {
fse_decoder.go#L274: func (s *fseDecoder) transform(t []baseOffset) error {
fse_decoder_amd64.go#L25: func buildDtable_asm(s *fseDecoder, ctx *buildDtableAsmContext) int
fse_decoder_amd64.go#L35: func (s *fseDecoder) buildDtable() error {
fse_predefined.go#L17: fsePredef [3]fseDecoder
seqdec.go#L48: fse *fseDecoder
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |